home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDStyle.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  2.1 KB  |  57 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DKDGraphicPanel; LANGUAGE = ObjC; SUPERCLASS = DKDPanel; }, 
  4.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  5.         {
  6.             ACTIONS = {
  7.                 checkClosingWindow = id; 
  8.                 useCurrentForNewItemsButtonAction = id; 
  9.                 useDefaultForNewItemsButtonAction = id; 
  10.             }; 
  11.             CLASS = DKDPanel; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 setCurrentForNewItemsButton = DKDOptionButton; 
  15.                 setDefaultForNewItemsButton = DKDOptionButton; 
  16.             }; 
  17.             SUPERCLASS = NSWindowController; 
  18.         }, 
  19.         {
  20.             ACTIONS = {
  21.                 capStylePopupAction = id; 
  22.                 fatterStroke = id; 
  23.                 fillCheckboxAction = id; 
  24.                 fillColorWellAction = id; 
  25.                 joinStylePopupAction = id; 
  26.                 lineCheckboxAction = id; 
  27.                 lineColorWellAction = id; 
  28.                 lineWidthTextFieldAction = id; 
  29.                 miterLimitTextFieldAction = id; 
  30.                 strokePositionPopupAction = id; 
  31.                 styleHelpAction = id; 
  32.                 thinnerStroke = id; 
  33.                 windingRulePopupAction = id; 
  34.             }; 
  35.             CLASS = DKDStylePanel; 
  36.             LANGUAGE = ObjC; 
  37.             OUTLETS = {
  38.                 capStylePopUp = NSPopUpButton; 
  39.                 fillCheckbox = NSButton; 
  40.                 fillColorWell = NSColorWell; 
  41.                 joinStylePopUp = NSPopUpButton; 
  42.                 lineCheckbox = NSButton; 
  43.                 lineColorWell = NSColorWell; 
  44.                 lineWidthSlider = NSSlider; 
  45.                 lineWidthTextField = NSTextField; 
  46.                 miterLimitSlider = NSSlider; 
  47.                 miterLimitTextField = NSTextField; 
  48.                 strokePositionPopUp = NSPopUpButton; 
  49.                 windingRulePopUp = NSPopUpButton; 
  50.             }; 
  51.             SUPERCLASS = DKDGraphicPanel; 
  52.         }, 
  53.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  54.         {CLASS = NSNumberFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }
  55.     ); 
  56.     IBVersion = 1; 
  57. }